# Third-party notices

LibMmd Runtime contains third-party source code and prebuilt libraries. Koiusa's
original contributions are licensed under the MIT License in `LICENSE.md`.
The components below remain governed by their own licenses. Full license texts
are included under `Documentation~/ThirdPartyLicenses` in this package.

| Component or files | Copyright / attribution | License text |
| --- | --- | --- |
| libmmd-derived runtime code | Copyright (c) 2017 x3bits | `BSD-3-Clause-libmmd.txt` |
| mmd-for-unity-derived code | Copyright (c) 2011 Eiichi Takebuchi, Takahiro Inoue, Shota Ozaki, Masamitsu Ishikawa, Kazuki Yasufuku, Fumiya Hirano | `BSD-3-Clause-mmd-for-unity.txt` |
| MMD shaders under `Runtime/Resources/Shaders` | Copyright 2012 Masataka SUMI, Takahiro INOUE | `Apache-2.0.txt` |
| Camera-motion interpolation derived from MMDCameraPath | Copyright 2017 Rumeng (Liuzhanhao) | `Apache-2.0-MMDCameraPath.txt` |
| `Runtime/Unity3D/ImageLoader/DDSLoader.cs`, translated and modified from DDSReader | Copyright (c) 2015 Kenji Sasaki | `MIT-DDSReader.txt` |
| `Runtime/Unity3D/ImageLoader/TargaImage.cs`, modified from .NET Targa Image Reader | Design and implementation by David Polomis | `CPOL-1.02.txt` |
| `Runtime/Plugins/I18N.CJK.dll` from the Mono class library | Mono Project contributors, including Novell, Inc. | `MIT-Mono-I18N.txt` |

The Code Project article accompanying the original Targa reader is not included
or redistributed. Only the source code permitted by CPOL 1.02 is included.

The MIT license for Koiusa contributions does not replace, sublicense, or remove
any of the third-party terms listed above.
